home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / autosave.fpl.readme < prev    next >
Text File  |  1996-03-26  |  1KB  |  37 lines

  1. ############################################
  2. File: AutoSave.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: Autosaves the buffer
  6. Version: 1.1
  7. Date: 17.12.94
  8. Local settings:
  9. Global settings: autosave_time
  10. Keysequence:
  11. Type: hook and function
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.   A hook is set to that whenever 'autosave_interval' changes have been done 
  18. to the buffer that has 'autosave' enabled, the buffer will be saved using 
  19. the regular Save.  (Both settings are FrexxEd internal).
  20.  
  21.   A global setting is made, 'autosave_time'.  A timer will is set to enable
  22. the 'AutoTimeSave' function when 'autosave_time' has gone out.  All changed 
  23. buffers with the 'autosave' flag on will be saved.
  24.  
  25.   If 'autosave_time' is set to zero, no timed autosave will be trigged.
  26. The default is 15 minutes.
  27.  
  28. NOTES
  29.   When you change the 'autosave_time' value, the timer will be reset.  No autosave
  30. will be done before the new timer is timed out.
  31.  
  32.   The timed autosave function is NOT individual for each buffer, all buffers will
  33. be saved at the same time, regardless of when it were loaded.
  34.  
  35. SEE ALSO
  36.   SafeAuto.FPL
  37.